Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NGraphLayoutBase<T> Class / RegionLayout Property


In This Topic
    RegionLayout Property
    In This Topic
    Gets or sets the region layout used for the optional final arrangement of the regions
    Syntax
    'Declaration
     
    
    Public Property RegionLayout As NBoxLayout
    'Usage
     
    
    Dim instance As NGraphLayoutBase(Of T)
    Dim value As NBoxLayout
     
    instance.RegionLayout = value
     
    value = instance.RegionLayout
    public NBoxLayout RegionLayout {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also